home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / qbbs / lcdty200.zip / LUCIDITY.CFG next >
Text File  |  1992-07-25  |  2KB  |  73 lines

  1. ;Lucidity v. 2.00 Configuration File
  2.  
  3. ;LOGFILE= tells Lucidity where you keep your logfile and what you call it.
  4. ;     Be sure to include the drive and the full path.  This is the only 
  5. ;     required line in the configuration file.
  6. LOGFILE=C:\RA\RA.LOG
  7.  
  8. ;PRINTER= tells Lucidity if you which printer port you are using.
  9. ;     Default is LPT1
  10. ;PRINTER=LPT2
  11.  
  12. ;The following optional parameters are all disabled.  To enable them, simply 
  13. ;remove the semi-colon which is before them.
  14.  
  15. ;ASKDATE enables the date prompting feature.  The sysop will be asked which
  16. ;     date within the log file to start searches from.
  17. ;ASKDATE
  18.  
  19. ;BIOS-VIDEO disables the direct video writes and uses the BIOS video routines
  20. ;     instead.  Use this option if you are running under Windows or DesqView
  21. ;     or are using an older CGA card.  This will slow output some, so use it
  22. ;     only if you need it.
  23. ;BIOS-VIDEO
  24.  
  25.  
  26. ;CLIP-SCREEN-LINES and CLIP-FILE-LINES enable the line-clipping feature of 
  27. ;     Lucidity, so that the output lines will not wrap and look cluttered.
  28. ;CLIP-SCREEN-LINES
  29. ;CLIP-FILE-LINES
  30.  
  31.  
  32. ;LINE-NOISE is an option which will filter out logins in which bursts of
  33. ;     line noise are present in the user name.  This is handy if some of
  34. ;     your users have noisy lines.
  35. ;LINE-NOISE
  36.  
  37. ;NO-LOCAL is a handy feature to free Lucidity's output of all your activity.
  38. ;     With this option enabled, any local sessions will be ignorred by all
  39. ;     of Lucidity's searches.
  40. ;NO-LOCAL
  41.  
  42. ;----------------------------------------------------------------------------
  43. ;The following are a couple of example of how to setup Lucidity for
  44. ;automatic system event mode.  Please refer to LUCIDITY.DOC for more
  45. ;infmormation.  To enable these, uncomment the OUTFILE= line.
  46.  
  47. ;OUTFILE=C:\RA\FILETRAN.LOG
  48. NEW-TO-OLD
  49. UPLOAD
  50. DOWNLOAD
  51. END OUTFILE
  52.  
  53. ;OUTFILE=C:\RA\MESSAGE.LOG
  54. NEW-TO-OLD
  55. MESSAGE POST
  56. END OUTFILE
  57.  
  58. ;OUTFILE=C:\RA\BADGUYS.LOG
  59. NEW-TO-OLD
  60. BAD PASSWORD
  61. DROPPED CARRIER
  62. TIME EXCEEDED
  63. INACTIVITY
  64. END OUTFILE
  65.  
  66. ;OUTFILE=C:\RA\LOGINS.LOG
  67. NEW-TO-OLD
  68. USERS
  69. END OUTFILE
  70.  
  71.  
  72.  
  73.